Html Css Color HEX #38D6CE Turquoise

📋 copy color: '#38D6CE'

red 56 ◦ green 214 ◦ blue 206

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

Shades of Turquoise #38D6CE

Tints of Turquoise #38D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 11.76%
G = 44.96%
B = 43.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#38D6CE (or 0x38D6CE) is known color: Turquoise. HEX triplet: 38, D6 and CE. RGB value is (56,214,206). Sum of RGB (Red+Green+Blue) = 56+214+206=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6CE is #C72931. Grayscale: #A5A5A5. Windows color (decimal): -13052210 or 13555256. OLE color: 13555256.

HSL color Cylindrical-coordinate representation of color #38D6CE: hue angle of 176.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D6CE is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 206 -
CMYK 0.74 0 0.04 0.16
HSL 176.96º 0.66% 0.53% -
HSV(B) 176.96º 0.74% 0.84% -
XYZ 36.82 53.39 66.76 -
YUV 165.85 150.65 49.65 -
System Red Green Blue C M Y K H S L
Decimal 56 214 206 0.74 0 0.04 0.16 176.96 0.66 0.53
Hex 38 D6 CE 4A 0 4 10 B1 42 35
Octal 70 326 316 112 0 4 20 261 102 65
Binary 111000 11010110 11001110 1001010 0 100 10000 10110001 1000010 110101

Color Harmonies of #38D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D6CE

Black with #38D6CE

Text Example


Text Example

White with #38D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,206); }

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

background-color css

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

 a { background-color: rgb(56,214,206); }

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

border-color css

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

 span { border-color: rgb(56,214,206); }

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