Html Css Color HEX #38DEFE Turquoise

📋 copy color: '#38DEFE'

red 56 ◦ green 222 ◦ blue 254

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

Shades of Turquoise #38DEFE

Tints of Turquoise #38DEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 10.53%
G = 41.73%
B = 47.74%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#38DEFE (or 0x38DEFE) is known color: Turquoise. HEX triplet: 38, DE and FE. RGB value is (56,222,254). Sum of RGB (Red+Green+Blue) = 56+222+254=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #38DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DEFE is #C72101. Grayscale: #AFAFAF. Windows color (decimal): -13050114 or 16703032. OLE color: 16703032.

HSL color Cylindrical-coordinate representation of color #38DEFE: hue angle of 189.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DEFE is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 222 254 -
CMYK 0.78 0.13 0 0.00
HSL 189.7º 0.99% 0.61% -
HSV(B) 189.7º 0.78% 1% -
XYZ 45.64 60.24 102.99 -
YUV 176.01 172 42.4 -
System Red Green Blue C M Y K H S L
Decimal 56 222 254 0.78 0.13 0 0.00 189.7 0.99 0.61
Hex 38 DE FE 4E D 0 0 BE 63 3D
Octal 70 336 376 116 15 0 0 276 143 75
Binary 111000 11011110 11111110 1001110 1101 0 0 10111110 1100011 111101

Color Harmonies of #38DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEFE

Black with #38DEFE

Text Example


Text Example

White with #38DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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