Html Css Color HEX #38DEF2 Turquoise

📋 copy color: '#38DEF2'

red 56 ◦ green 222 ◦ blue 242

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

Shades of Turquoise #38DEF2

Tints of Turquoise #38DEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 10.77%
G = 42.69%
B = 46.54%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38DEF2 (or 0x38DEF2) is known color: Turquoise. HEX triplet: 38, DE and F2. RGB value is (56,222,242). Sum of RGB (Red+Green+Blue) = 56+222+242=520 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.77% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #38DEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DEF2 is #C7210D. Grayscale: #AEAEAE. Windows color (decimal): -13050126 or 15916600. OLE color: 15916600.

HSL color Cylindrical-coordinate representation of color #38DEF2: hue angle of 186.45º 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 #38DEF2 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 222 242 -
CMYK 0.77 0.08 0 0.05
HSL 186.45º 0.88% 0.58% -
HSV(B) 186.45º 0.77% 0.95% -
XYZ 43.78 59.49 93.18 -
YUV 174.65 166 43.37 -
System Red Green Blue C M Y K H S L
Decimal 56 222 242 0.77 0.08 0 0.05 186.45 0.88 0.58
Hex 38 DE F2 4D 8 0 5 BA 58 3A
Octal 70 336 362 115 10 0 5 272 130 72
Binary 111000 11011110 11110010 1001101 1000 0 101 10111010 1011000 111010

Color Harmonies of #38DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEF2

Black with #38DEF2

Text Example


Text Example

White with #38DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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