Html Css Color HEX #38CBDA Medium Turquoise

📋 copy color: '#38CBDA'

red 56 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #38CBDA

Tints of Medium Turquoise #38CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 11.74%
G = 42.56%
B = 45.7%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38CBDA (or 0x38CBDA) is known color: Medium Turquoise. HEX triplet: 38, CB and DA. RGB value is (56,203,218). Sum of RGB (Red+Green+Blue) = 56+203+218=477 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.74% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #38CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CBDA is #C73425. Grayscale: #A0A0A0. Windows color (decimal): -13055014 or 14338872. OLE color: 14338872.

HSL color Cylindrical-coordinate representation of color #38CBDA: hue angle of 185.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CBDA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 203 218 -
CMYK 0.74 0.07 0 0.15
HSL 185.56º 0.69% 0.54% -
HSV(B) 185.56º 0.74% 0.85% -
XYZ 35.64 48.61 73.83 -
YUV 160.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 56 203 218 0.74 0.07 0 0.15 185.56 0.69 0.54
Hex 38 CB DA 4A 7 0 F BA 45 36
Octal 70 313 332 112 7 0 17 272 105 66
Binary 111000 11001011 11011010 1001010 111 0 1111 10111010 1000101 110110

Color Harmonies of #38CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CBDA

Black with #38CBDA

Text Example


Text Example

White with #38CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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