Html Css Color HEX #38ECF2 Turquoise

📋 copy color: '#38ECF2'

red 56 ◦ green 236 ◦ blue 242

#38ECF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38ECF2

Tints of Turquoise #38ECF2

RGB

 RED value IS 56 (22.27% from 255) = 10.49%

 GREEN value IS 236 (92.58% from 255) = 44.19%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 10.49%
G = 44.19%
B = 45.32%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38ECF2 (or 0x38ECF2) is known color: Turquoise. HEX triplet: 38, EC and F2. RGB value is (56,236,242). Sum of RGB (Red+Green+Blue) = 56+236+242=534 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.49% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #38ECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38ECF2 is #C7130D. Grayscale: #B6B6B6. Windows color (decimal): -13046542 or 15920184. OLE color: 15920184.

HSL color Cylindrical-coordinate representation of color #38ECF2: hue angle of 181.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38ECF2 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 236 242 -
CMYK 0.77 0.02 0 0.05
HSL 181.94º 0.88% 0.58% -
HSV(B) 181.94º 0.77% 0.95% -
XYZ 47.65 67.24 94.47 -
YUV 182.86 161.37 37.51 -
System Red Green Blue C M Y K H S L
Decimal 56 236 242 0.77 0.02 0 0.05 181.94 0.88 0.58
Hex 38 EC F2 4D 2 0 5 B6 58 3A
Octal 70 354 362 115 2 0 5 266 130 72
Binary 111000 11101100 11110010 1001101 10 0 101 10110110 1011000 111010

Color Harmonies of #38ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECF2

Black with #38ECF2

Text Example


Text Example

White with #38ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38ECF2; }

 p { color: rgb(56,236,242); }

 H1.HeaderClassName
 {
   color: #38ECF2;
 }
 .AnyTagClassName
 {
   color: #38ECF2;
 }
</style>

background-color css

<style>
 a { background-color: #38ECF2; }

 a { background-color: rgb(56,236,242); }

 div.DivClassName
 {
   background-color: #38ECF2;
 }
 .BgClassName
 {
   background-color: #38ECF2;
 }
</style>

border-color css

<style>
 span { border-color: #38ECF2; }

 span { border-color: rgb(56,236,242); }

 td.TdClassName
 {
   border-color: #38ECF2;
 }
 .TagClassName
 {
   border-color: #38ECF2;
 }
</style>