Html Css Color HEX #38D6CB Turquoise

📋 copy color: '#38D6CB'

red 56 ◦ green 214 ◦ blue 203

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

Shades of Turquoise #38D6CB

Tints of Turquoise #38D6CB

RGB

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

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

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

R = 11.84%
G = 45.24%
B = 42.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#38D6CB (or 0x38D6CB) is known color: Turquoise. HEX triplet: 38, D6 and CB. RGB value is (56,214,203). Sum of RGB (Red+Green+Blue) = 56+214+203=473 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.84% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6CB is #C72934. Grayscale: #A5A5A5. Windows color (decimal): -13052213 or 13358648. OLE color: 13358648.

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

Color convert

RGB 56 214 203 -
CMYK 0.74 0 0.05 0.16
HSL 175.82º 0.66% 0.53% -
HSV(B) 175.82º 0.74% 0.84% -
XYZ 36.46 53.25 64.86 -
YUV 165.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 56 214 203 0.74 0 0.05 0.16 175.82 0.66 0.53
Hex 38 D6 CB 4A 0 5 10 B0 42 35
Octal 70 326 313 112 0 5 20 260 102 65
Binary 111000 11010110 11001011 1001010 0 101 10000 10110000 1000010 110101

Color Harmonies of #38D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D6CB

Black with #38D6CB

Text Example


Text Example

White with #38D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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