Html Css Color HEX #38D5CB Turquoise

📋 copy color: '#38D5CB'

red 56 ◦ green 213 ◦ blue 203

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

Shades of Turquoise #38D5CB

Tints of Turquoise #38D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 11.86%
G = 45.13%
B = 43.01%

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

#38D5CB (or 0x38D5CB) is known color: Turquoise. HEX triplet: 38, D5 and CB. RGB value is (56,213,203). Sum of RGB (Red+Green+Blue) = 56+213+203=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #38D5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5CB is #C72A34. Grayscale: #A4A4A4. Windows color (decimal): -13052469 or 13358392. OLE color: 13358392.

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

Color convert

RGB 56 213 203 -
CMYK 0.74 0 0.05 0.16
HSL 176.18º 0.65% 0.53% -
HSV(B) 176.18º 0.74% 0.84% -
XYZ 36.2 52.74 64.77 -
YUV 164.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 56 213 203 0.74 0 0.05 0.16 176.18 0.65 0.53
Hex 38 D5 CB 4A 0 5 10 B0 41 35
Octal 70 325 313 112 0 5 20 260 101 65
Binary 111000 11010101 11001011 1001010 0 101 10000 10110000 1000001 110101

Color Harmonies of #38D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D5CB

Black with #38D5CB

Text Example


Text Example

White with #38D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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