Html Css Color HEX #38DECB Turquoise

📋 copy color: '#38DECB'

red 56 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #38DECB

Tints of Turquoise #38DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 11.64%
G = 46.15%
B = 42.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#38DECB (or 0x38DECB) is known color: Turquoise. HEX triplet: 38, DE and CB. RGB value is (56,222,203). Sum of RGB (Red+Green+Blue) = 56+222+203=481 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.64% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #38DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DECB is #C72134. Grayscale: #AAAAAA. Windows color (decimal): -13050165 or 13360696. OLE color: 13360696.

HSL color Cylindrical-coordinate representation of color #38DECB: hue angle of 173.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DECB is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 222 203 -
CMYK 0.75 0 0.09 0.13
HSL 173.13º 0.72% 0.55% -
HSV(B) 173.13º 0.75% 0.87% -
XYZ 38.53 57.4 65.55 -
YUV 170.2 146.5 46.54 -
System Red Green Blue C M Y K H S L
Decimal 56 222 203 0.75 0 0.09 0.13 173.13 0.72 0.55
Hex 38 DE CB 4B 0 9 D AD 48 37
Octal 70 336 313 113 0 11 15 255 110 67
Binary 111000 11011110 11001011 1001011 0 1001 1101 10101101 1001000 110111

Color Harmonies of #38DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DECB

Black with #38DECB

Text Example


Text Example

White with #38DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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